﻿body {
    background-image: url("/media/zy2acquo/wall-pagina-politica-de-confidentialitate4.png");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.text-GDPR-mare {
    display: flex;
    /*font-size: 3vw;*/
    text-align: start;
    font-weight: 900;
    color: black;
    line-height: 1;
}
.text-GDPR-mic {
    display: flex;
    /*font-size: 2vw;*/
    text-align: start;
    font-weight: 600;
    color: black;
    line-height: 1;
}
.w-max-content{
    width:max-content;
}
.col-6 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.linkPersoana {
    text-decoration: none;
    color: var(--culoare-albastra);
}
.coloana-noutati-stanga{
    text-align:justify;
    text-justify:inter-word;
    font-weight:500;
    line-height:1.2;
}
button {
    height: var(--inaltime-butoane-voluntar) !important;
    border-radius: calc(var(--inaltime-butoane-voluntar) / 2) !important;
    border-style: solid;
    border-color: black;
    border-width: 0.1rem;
    text-align: center !important;
    width: 100% !important;
    color: white;
    font-weight: 600;
}

button {
    border-style: none !important;
    background-color: gray;
}
button img{
    width:2rem;
}
.li-none{
    list-style-type:none;
}